toggle menu
time
main
common
switch theme
search in API
time
/
[root]
/
TimeDifference
/
Companion
Companion
object
Companion
Members
Functions
days
Link copied to clipboard
fun
days
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Day
>
hours
Link copied to clipboard
fun
hours
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Hour
>
minutes
Link copied to clipboard
fun
minutes
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Minute
>
months
Link copied to clipboard
fun
months
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Month
>
nanoseconds
Link copied to clipboard
fun
nanoseconds
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Nanosecond
>
seconds
Link copied to clipboard
fun
seconds
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Second
>
years
Link copied to clipboard
fun
years
(
count
:
Int
)
:
TimeDifference
<
TimeUnit.Year
>